home *** CD-ROM | disk | FTP | other *** search
/ Animation How-To / Animation How-to CD.iso / PLY / CHAPTER5 / VOLCANO / VOLCANO1.PI < prev    next >
Text File  |  1994-01-01  |  356b  |  28 lines

  1. // Volcano.pi
  2.  
  3. start_frame 0
  4. end_frame 25
  5. total_frames 25
  6.  
  7. outfile volc
  8.  
  9. include "..\colors.inc"
  10.  
  11. viewpoint {
  12.    from <25,50,15>
  13.    at <0,15,0>
  14.    up <0,1,0>
  15.    angle 35
  16.    resolution 64,48
  17.    aspect 1.43
  18.    }
  19. background SkyBlue
  20.  
  21. light white, < 10,50, 15>
  22. define pi 3.14159
  23. define rad pi/180
  24. define g 0.1
  25.  
  26. include "volcano.inc"
  27.  
  28.